home *** CD-ROM | disk | FTP | other *** search
/ Nikkei Mac 20 / NIKKEI-MAC-CD-VOL-20-1998-12.ISO.7z / NIKKEI-MAC-CD-VOL-20-1998-12.ISO / オンラインソフト / 9.ウェブ作成ツール / PageSpinner / PageSpinner Docs Japan.sit / PageSpinner Docs Japan / Examples / StyleSheet / sheet3.css < prev    next >
Cascading Style Sheet File  |  1997-05-31  |  1KB  |  88 lines

  1. BODY {
  2.     text-align: right ;
  3.     margin-left: 6%;
  4.     margin-right: 6%;
  5.     color: black;
  6.     background: #CCCCFF ; 
  7.     font-family: sans-serif;
  8. }
  9.  
  10.  
  11. DIV {
  12.     margin-top: 8px;
  13.     margin-left: 16%;
  14.     margin-right: 16%;
  15.     text-align: justify ;
  16.     text-indent: 24pt ;
  17.     color: black;
  18.     font-family: helvetica, sans-serif;
  19. }
  20.  
  21. A {
  22.     font-size: small ;
  23. }
  24.     
  25. IMG {
  26.       border: 0;
  27. }
  28.  
  29.  
  30. P {
  31.      font-family: Book Antiqua, Bookman ; 
  32.     font-size: medium ;
  33.     text-indent: 24pt ;
  34.     color: #006699 ; 
  35. }
  36.  
  37. P.firstletter {
  38.     font-size: 200%; 
  39.     color: red;
  40. }
  41.  
  42. H1 {
  43.     color: blue ;
  44.     font-family: helvetica, arial, sans-serif ;
  45.     font-weight: bold ;
  46.     font-size: x-large ;
  47.     text-align : center; 
  48. }
  49.  
  50.  
  51. H2 {
  52.     color: yellow ;
  53.     font-family: helvetica, arial, sans-serif ;
  54.     font-weight: bold ;
  55.     font-size: large ; 
  56.     text-align: right ;
  57.  
  58. }
  59.  
  60. TD {
  61.     background: #FFFFFF ;
  62.     font-family: Courier, monospace ;
  63.     font-size: medium ;
  64.     text-align: justify ;
  65. }
  66.  
  67. TD.important {
  68.      background: #9999FF ; 
  69. }
  70.  
  71.  
  72.  
  73. OL {
  74.     color: green ;
  75. }
  76.  
  77.  
  78. LI {
  79.     color: red ;
  80. }
  81.  
  82. B {
  83.     color: #000099 ;
  84.     font-family: helvetica, arial ;
  85.     font-size: 100% ;
  86.     font-weight: bold ;
  87. }
  88.